home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / sz-qm.zip / SZUP.BAT < prev   
DOS Batch File  |  1991-09-15  |  429b  |  14 lines

  1. rem
  2. rem SZModem batch file for use with Qmodem 4.2f  (UPLOAD)
  3. rem
  4. rem Qmodem passes port in %2, DTE baud rate in %1, DCE baud rate in %3
  5. rem  and file pathname in %4.
  6. rem
  7. rem Current command line options select:
  8. rem    /SZTURBO - enables turbo option
  9. rem    /DL      - Activates DSZ logging to DSZ.LOG
  10. rem    /HARD    - Turns on hardware (RTS/CTS) flow control
  11. rem
  12.  
  13. szmodem port %2 BAUD %1 SZ %4 /SZTurbo /DL /HARD
  14.